home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Networking / testNBP / testNBP.make < prev    next >
Encoding:
Text File  |  1995-02-13  |  483 b   |  23 lines  |  [TEXT/MPS ]

  1. #   File:       testNBP.make
  2. #   Target:     testNBP
  3. #   Sources:    testNBP.c
  4. #   Created:    Monday, February 13, 1995 02:38:56 PM
  5.  
  6.  
  7. OBJECTS = testNBP.c.o
  8.  
  9.  
  10.  
  11. testNBP ƒƒ testNBP.make  {OBJECTS}
  12.     Link -t APPL -c '????' ∂
  13.         {OBJECTS} ∂
  14.         "{CLibraries}"StdClib.o ∂
  15.          "{Libraries}"SIOW.o ∂
  16.         "{Libraries}"Runtime.o ∂
  17.          "{Libraries}"Interface.o ∂
  18.         -o testNBP
  19. testNBP.c.o ƒ testNBP.make testNBP.c
  20.      C -r  testNBP.c
  21. testNBP ƒƒ "{Rincludes}"SIOW.r
  22.     Rez -a "{Rincludes}"SIOW.r -o testNBP
  23.